regular expression match meaning in Chinese
通用表示方法匹配
Examples
- Represents the results from a single regular expression match
表示单个正则表达式匹配的结果。 - Patterns are not recognized within regular expression matching patterns
模式。在正则表达式中, - Unfortunately , the above regular expression matches either the word
很遗憾,上面的正则表达式要么匹配行首的单词 - To illustrate , the following regular expression matches filename . ext
举例来说明,下面的正则表达式匹配filename . ext : - Similarly , - patterns are not recognized within a regular expression matching pattern
同样,在正则表达式匹配模式中不识别$模式。